home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / gp / 7plus.prj (.txt) < prev    next >
Borland C/C++ Project  |  1991-12-31  |  8KB  |  126 lines

  1. Turbo C Project File 
  2. TC\WORK
  3. E:\INCLUDE;C:\TC\INCLUDE
  4. E:\LIB;C:\TC\LIB
  5. e.c08 -otest -k ibm
  6. ~GREP
  7. -n+ $MEM(64) $NOSWAP $PROMPT $CAP MSG(GREP2MSG)void *.c 
  8. ~Turbo Assembler
  9. C:\TD\TASM
  10. /MX /ZI $TASM
  11. Turbo ~Debugger
  12.  $EXENAME
  13. 7PLUS History:
  14. ==============
  15. v1.4:
  16. -----
  17.       Finally 7PLUS runs on AMIGA as well (correcting wouldn't work).
  18.       Compatibility to systems with filename structures different to
  19.       MS_DOS/ATARI added.
  20.       -J, -P and -T option added.
  21.       Several minor bug-fixes.
  22. v1.41/1.43:
  23. -----------
  24.       Bug in -J option fixed.
  25.       When prompted for new filename, ENTER would not break. Fixed.
  26. v1.5:
  27. -----
  28.       Compatibility to UNIX-based systems.
  29.       When decoding and a COR-file is already present, 7PLUS will do
  30.       the correction first.
  31.       -J option can now do multiple joining.
  32.       -X can now extract selected files.
  33.       -N option added (Atari_St only).
  34.       -Y option added for automated surroundings.
  35.       -# option for use of 7PLUS in BBS file servers.
  36.       Minichecksum added to headers.
  37.       Checksum added to ERR- and COR-files.
  38.       Length of original file added to ERR- and COR-files to insure, only
  39.       the correct original file is used for compiling COR-Files.
  40.       Manuals given a good workover. Detailed chapters about up- and down-
  41.       loading added to help newcomers.
  42.       Changes in headers a/s/o are still compatible with older versions
  43.       and vice versa.
  44.       Bugs fixed, that were present since v1.0, but never detected:
  45.       -------------------------------------------------------------
  46.       1st bug:
  47.       --------
  48.       When encoding a file using the -S option, 7PLUS would fail when
  49.       the encoded file was shorter then the number of lines specified.
  50.       Example:
  51.                TEST.TXT is 1024 bytes long which will result in 17 code
  52.                lines. If encoded with '-S 40', 7PLUS wouldn't decode it,
  53.                because it found lines 18 through 40 missing...
  54.       2nd bug:
  55.       --------
  56.       When splitting a file whose length can be devided through 62 without
  57.       a rest, 7PLUS would leave the last part empty, when the number of re-
  58.       sulting lines could be devided evenly through the number of parts.
  59.       Example:
  60.                TEST.TXT is 3100 bytes long. If encoded into 2 equal parts
  61.                using '-SP 2', 7plus would leave the second part empty,
  62.                containing only the header and the foot line.
  63.       These bugs manifested themselves only in rare cases, but versions
  64.       prior to v1.5 should be replaced by the v1.5 anyway.
  65. v1.6:
  66. -----
  67.       Added rebuild.c. Now one-byte errors are automatically corrected. For
  68.       this, an additional 15bit-checksum was added to the header and each
  69.       code line.
  70.       Due to the additional checksum, v1.6 files can only be decoded with
  71.       version 1.4 and higher. V1.3 and lower will report all lines damaged!
  72.       Found minor bugs in stripping normal CRC to 14 Bit '&0x1fff' instead of
  73.       '&0x3fff' .... embarassing...
  74.       Also, minichecksum took wrong offset to header, so CRC was not calcula-
  75.       ted.
  76. v1.61:
  77. ------
  78.       Optimized rebuild.c for speed. Now runs 40% faster. Also, a message is
  79.       output, telling which line has been rebuilt.
  80. v1.62:
  81. ------
  82.       Had to make some changes in the handling of extended filenames on
  83.       AMIGA and UNIX. The changes are unfortunately not compatible to
  84.       previous versions, sorry...
  85.       A bit a cosmetics done on 'rebuild'-outputs.
  86. Remember: Nobody's perfect and Murphy never sleeps...
  87. 73s, Axel. DG1BBQ @DB0CL.DEU.EU
  88. 7PLUS.C
  89. LUS\7PLUS.C
  90. DECODE.C
  91. US\DECODE.C
  92. ENCODE.C
  93. US\ENCODE.C
  94. REBUILD.C
  95. S\REBUILD.C
  96. EXTRACT.C
  97. S\EXTRACT.C
  98. JOIN.C
  99. PLUS\JOIN.C
  100. UTILS.C
  101. LUS\UTILS.C
  102. \CONIO.H
  103. \CONIO.H
  104. \CONIO.H
  105. \CONIO.H
  106. \CONIO.H
  107. \CONIO.H
  108. NCLUDE\CONIO.H
  109. UNIX.C
  110. REBUILD.C
  111. ENCODE.C
  112. E:\INCLUDE\CONIO.H
  113. E:\INCLUDE\DIR.H
  114. E:\INCLUDE\CTYPE.H
  115. E:\INCLUDE\STDLIB.H
  116. E:\INCLUDE\STRING.H
  117. E:\INCLUDE\STDIO.H
  118. 7PLUS.C
  119. GLOBALS.H
  120. DECODE.C
  121. UNIX.C
  122. UTILS.C
  123. JOIN.C
  124. EXTRACT.C
  125. 7PLUS.H
  126.